Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IP Helper API (Constants)
 
.
Summary
Constants for iphlpapi functions.

C# Constants:

const int MAX_ADAPTER_NAME_LENGTH = 256;
const int MAX_ADAPTER_DESCRIPTION_LENGTH = 128;
const int MAX_ADAPTER_ADDRESS_LENGTH = 8;

const int MIB_IF_TYPE_OTHER =          1;
const int MIB_IF_TYPE_ETHERNET =       6;
const int MIB_IF_TYPE_TOKENRING =      9;
const int MIB_IF_TYPE_FDDI =           15;
const int MIB_IF_TYPE_PPP =        23;
const int MIB_IF_TYPE_LOOPBACK =       24;
const int MIB_IF_TYPE_SLIP =           28;
const int ERROR_BUFFER_OVERFLOW =       111;

VB Constants:

TODO

Notes:

None.

 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions